projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9989c15
)
board: atmel: sama5d2_xplained: fix the missing pin config of SDMMC0
author
Wenyou Yang
<
[email protected]
>
Mon, 11 Apr 2016 06:07:17 +0000
(14:07 +0800)
committer
Andreas Bießmann
<
[email protected]
>
Tue, 24 May 2016 06:08:35 +0000
(08:08 +0200)
Fix the missing pin config of the SDMMC0 interface.
Signed-off-by: Wenyou Yang <
[email protected]
>
Reviewed-by: Andreas Bießmann <
[email protected]
>
board/atmel/sama5d2_xplained/sama5d2_xplained.c
patch
|
blob
|
history
diff --git
a/board/atmel/sama5d2_xplained/sama5d2_xplained.c
b/board/atmel/sama5d2_xplained/sama5d2_xplained.c
index 10edf28a9bd684c99e41db82a8fbf21dd6c33238..04422ce9be2640216a8c1dc25fc9b6c2a98a0b41 100644
(file)
--- a/
board/atmel/sama5d2_xplained/sama5d2_xplained.c
+++ b/
board/atmel/sama5d2_xplained/sama5d2_xplained.c
@@
-171,6
+171,7
@@
static void board_sdhci0_hw_init(void)
atmel_pio4_set_a_periph(AT91_PIO_PORTA, 9, 0); /* SDMMC0_DAT7 */
atmel_pio4_set_a_periph(AT91_PIO_PORTA, 10, 0); /* SDMMC0_RSTN */
atmel_pio4_set_a_periph(AT91_PIO_PORTA, 11, 0); /* SDMMC0_VDDSEL */
+ atmel_pio4_set_a_periph(AT91_PIO_PORTA, 13, 0); /* SDMMC0_CD */
at91_periph_clk_enable(ATMEL_ID_SDMMC0);
at91_enable_periph_generated_clk(ATMEL_ID_SDMMC0,